object FrmOptions: TFrmOptions Left = 400 Top = 369 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Options' ClientHeight = 297 ClientWidth = 466 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 0 Width = 466 Height = 270 ActivePage = TabGeneral Align = alClient HotTrack = True Style = tsFlatButtons TabOrder = 0 object TabGeneral: TTabSheet Caption = 'General' object GLSaveHistory: TLabel Left = 8 Top = 8 Width = 133 Height = 13 Caption = 'No. of item to save in history' end object GLMinSize: TLabel Left = 8 Top = 172 Width = 116 Height = 13 Caption = 'Clean read min. size [kB]' end object GLDefCRCDir: TLabel Left = 8 Top = 198 Width = 102 Height = 13 Caption = 'Default CRC directory' end object GBtnBrDone: TSpeedButton Left = 424 Top = 192 Width = 17 Height = 21 Caption = '...' OnClick = GBtnBrDoneClick end object GCUnicodeCSV: TCheckBox Left = 8 Top = 40 Width = 400 Height = 17 Caption = 'Save CSV file in Unicode format' TabOrder = 0 end object GCEjectSrcOnDone: TCheckBox Left = 8 Top = 80 Width = 400 Height = 17 Caption = 'Eject source when process is completed' Checked = True State = cbChecked TabOrder = 2 end object GCShowResults: TCheckBox Left = 8 Top = 60 Width = 400 Height = 17 Caption = 'Show results window' Checked = True State = cbChecked TabOrder = 1 end object GEMinSize: TEdit Left = 224 Top = 168 Width = 121 Height = 21 TabOrder = 3 Text = '100' end object GCCalcSize: TCheckBox Left = 8 Top = 100 Width = 400 Height = 17 Caption = 'Calculate total size before processing' Checked = True State = cbChecked TabOrder = 4 end object GCSkipSetup: TCheckBox Left = 8 Top = 120 Width = 400 Height = 17 Caption = 'Skip process setup' TabOrder = 5 end object GESaveHistory: TEdit Left = 224 Top = 6 Width = 121 Height = 21 TabOrder = 6 Text = '15' end object GCIdlePriority: TCheckBox Left = 8 Top = 140 Width = 400 Height = 17 Caption = 'Run process in idle priority' Checked = True State = cbChecked TabOrder = 7 end object GEDefCRCDir: TEdit Left = 224 Top = 192 Width = 201 Height = 21 TabOrder = 8 end end object TabLook: TTabSheet Caption = 'Layout' ImageIndex = 1 object LRGStat: TRadioGroup Left = 8 Top = 0 Width = 177 Height = 57 Caption = 'Statistics' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Full stats' 'Quick stats') ParentFont = False TabOrder = 0 OnClick = LRefresh end object LRGPos: TRadioGroup Left = 8 Top = 64 Width = 177 Height = 57 Caption = 'Button position' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 0 Items.Strings = ( 'Top' 'Left') ParentFont = False TabOrder = 1 OnClick = LRefresh end object LRGFTIcons: TRadioGroup Left = 200 Top = 0 Width = 257 Height = 73 Caption = 'File Tree icons' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemIndex = 1 Items.Strings = ( 'Use CDCheck custom icons (fastest)' 'Use system icons for folders only' 'Use system icons for everything') ParentFont = False TabOrder = 2 OnClick = LRGFTIconsClick end end object TabDeviceAccess: TTabSheet Caption = 'Device access' ImageIndex = 2 TabVisible = False object Label2: TLabel Left = 8 Top = 0 Width = 117 Height = 13 Caption = 'CD-ROM access options' end object DALblSPTISupp: TLabel Left = 176 Top = 16 Width = 47 Height = 13 Caption = 'supported' end object DALblASPISupp: TLabel Left = 176 Top = 36 Width = 47 Height = 13 Caption = 'supported' end object DAChkSPTI: TCheckBox Left = 8 Top = 16 Width = 150 Height = 17 Caption = 'use SPTI access' TabOrder = 0 Visible = False end object DAChkASPI: TCheckBox Left = 8 Top = 36 Width = 150 Height = 17 Caption = 'use ASPI access' TabOrder = 1 Visible = False end object DAShow: TButton Left = 8 Top = 72 Width = 161 Height = 25 Caption = 'Show supported access types' TabOrder = 2 OnClick = DAShowClick end end object TabSheet1: TTabSheet Caption = 'Buffers' ImageIndex = 3 object BLCRCRead: TLabel Left = 8 Top = 4 Width = 140 Height = 13 Hint = 'Size of data to read at once from device '#13#10'and initial size of b' + 'uffer to hold that data'#13#10'for reading CRC files.'#13#10'Initial size be' + 'cause buffer size grows '#13#10'according to line length if necessary.' Caption = 'CRC file device read size [kB]' end object BLDevRead: TLabel Left = 8 Top = 28 Width = 101 Height = 13 Hint = 'Size of data to read at once from device '#13#10'into buffer for all p' + 'rocesses.' Caption = 'Device read size [kB]' end object BLCircBuf: TLabel Left = 8 Top = 52 Width = 108 Height = 13 Hint = 'Circular buffer used for caching reading from disk.' Caption = 'Circular buffer size [kB]' end object BLBufferNote: TLabel Left = 8 Top = 80 Width = 183 Height = 13 Caption = '(Note: all buffers will be aligned to 8kB)' end object BECRCRead: TEdit Left = 200 Top = 0 Width = 121 Height = 21 TabOrder = 0 Text = '100' end object BEDevRead: TEdit Left = 200 Top = 24 Width = 121 Height = 21 TabOrder = 1 Text = '1024' end object BECircBuf: TEdit Left = 200 Top = 48 Width = 121 Height = 21 TabOrder = 2 Text = '2048' end end object TabSheet2: TTabSheet Caption = 'Debug' ImageIndex = 4 TabVisible = False object Label7: TLabel Left = 8 Top = 4 Width = 89 Height = 13 Caption = 'Debug output path' end object Edit5: TEdit Left = 184 Top = 0 Width = 241 Height = 21 TabOrder = 0 Text = 'Edit1' Visible = False end end object TabSheet3: TTabSheet Caption = 'Sounds' ImageIndex = 5 object SLDone: TLabel Left = 8 Top = 4 Width = 81 Height = 13 Caption = 'On process done' end object SL1stError: TLabel Left = 8 Top = 26 Width = 57 Height = 13 Caption = 'On first error' end object SBtnBrDone: TSpeedButton Left = 424 Top = 0 Width = 17 Height = 21 Caption = '...' OnClick = SBtnBrDoneClick end object SBtnBr1stError: TSpeedButton Left = 424 Top = 24 Width = 17 Height = 21 Caption = '...' OnClick = SBtnBr1stErrorClick end object SEDone: TEdit Left = 184 Top = 0 Width = 241 Height = 21 TabOrder = 0 end object SE1stError: TEdit Left = 184 Top = 24 Width = 241 Height = 21 TabOrder = 1 end end end object Panel3: TPanel Left = 0 Top = 270 Width = 466 Height = 27 Align = alBottom BevelOuter = bvNone TabOrder = 1 object BtnCancel: TSpeedButton Left = 309 Top = 2 Width = 73 Height = 22 Anchors = [akTop, akRight] Caption = '<< Cancel' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = 4210816 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = BtnCancelClick end object BtnOK: TSpeedButton Left = 387 Top = 2 Width = 73 Height = 22 Anchors = [akTop, akRight] Caption = 'Continue >>' Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = 8421440 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = BtnOKClick end end object DlgLoad: TOpenDialog DefaultExt = '.wav' Filter = 'Wave audio format (.wav)|*.wav' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Wave audio selection' Left = 408 Top = 146 end end